@charset "utf-8";

/* CSS Document */

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
figure,
figcaption,
table,
th,
td img {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "Open Sans", Arial, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif, tahoma, arial, "Hiragino Sans GB", "宋体", sans-serif;
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
    line-height: 24px;
    color: #333;
    font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
zc_hd,
hgroup,
menu,
zc_nav,
section {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
}


/*让链接里的 img 无边框；清除图片间距*/

ul,
li {
    list-style: none;
}

button {
    cursor: pointer;
}


/*这个可以不用*/

input:focus,
textarea:focus {
    outline: none;
}


/*去掉边框线*/

.clear {
    clear: both;
    margin: 0px !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.clearfix {
    clear: both;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}


/*全局的字体链接*/

a:link,
a:visited {
    color: #777;
    text-decoration: none;
}

a:hover,
a:active {
    color: #2988D8;
    text-decoration: none !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}


/*头部*/

.zc_top {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
}

.zc_topmain {
    width: 1200px;
    margin: 0px auto;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
}

.daohang {
    width: 1200px;
    margin: 0 auto;
}


/*PC导航*/

.header-v1 {
    width: 100%;
    /*overflow:hidden; */
    height: 150px;
    z-index: 10;
    transition: all 0.3s;
    padding: 15px 0px;
}

.header-v1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.09);
}

.nav-hide .header-v1 {
    height: 70px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

.nav-hide .blank_h {
    height: 0px;
}

.nav-hide .header-v1 .top-main .logo1 img {
    height: 70px;
}

.header-v1.top {
    /*top:-123px;*/
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header-v1 .top-main {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
    /* position:relative;*/
}

.header-v1 .top-main .logo1 {
    float: left;
    height: 122px;
	background:url(/Application/Home/Public/images/logo.png) no-repeat;
	width:255px;
}
.header-v1 .top-main .logo1 h1{
    width:255px;
    height: 122px;
	text-indent:-99em;
}
.header-v1 .top-main .logo1 h2{
    width:255px;
    height: 122px;
	text-indent:-99em;
}
.header-v1 .top-main .logo1 img {
    height: 122px;
    transition: all 0.3s;
}

.header-v1 .top-main .logo1 img:hover {
    filter: Alpha(Opacity=90);
    opacity: 0.9;
}

.header-v1 .top-main .top_r {
    float: right;
}

.header-v1 .top-main .top-main-content {
    /* float:right;*/
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transition: all 0.5s;
    transform-origin: left center;
    text-align: center;
}


/*.header-v1 .top-main#showopen .top-main-content{opacity:0;filter:Alpha(opacity=0);transform: scale3d(0, 0, 0);}*/

.navBar {
    display: inline-block;
    vertical-align: top;
}

.nav {
    /*font-family:Arial; */
}

.nav li.m {
    float: left;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.nav h3 a {
    height: 122px;
    line-height: 122px;
    display: block;
    min-width: 54px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    /*  background:url(../images/nav_bg1.png) right center no-repeat;transition:all 0.3s;*/
    overflow: hidden;
}

.page .nav h3 a {
    color: #fff;
}

.nav-hide .nav li.m h3 a {
    height: 70px;
    line-height: 70px;
    color: #555555;
}

.nav-hide .nav li.on h3 a {
    color: #9e251a;
}

.sec .nav li.m h3 a {
    color: #555555;
}

.nav h3 {
    font-weight: normal;
    position: relative;
    margin: 0px;
}
.shengming{background-color: #fafafa; color: #999; padding: 15px 15px; line-height: 2em; font-size: 14px; margin-top: 30px; margin-bottom: 30px;}
.nav h3 a span {
    display: block;
    position: relative;
    transition: all 0.3s;
    height: 122px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.nav h3 a span:after {
    content: attr(data-title);
    position: absolute;
    /*color:#fff;*/
    left: 0;
    transform: translateY(100%);
    width: 100%;
    top: 0;
    font-size: 24px;
    font-weight: bold;
}

.nav-hide .nav h3 a span {
    height: 70px;
}

.nav li h3 a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 2px;
    opacity: 0;
    background-color: #9e251a;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li h3 a:hover:after {
    left: 1%;
    right: 1%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li#m2.on h3 a:after,
.nav li#m3.on h3 a:after,
.nav li#m4.on h3 a:after,
.nav li#m5.on h3 a:after {
    height: 2px;
    left: 1%;
    right: 1%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li#m2:hover h3 a:after,
.nav li#m3:hover h3 a:after,
.nav li#m4:hover h3 a:after,
.nav li#m5:hover h3 a:after {
    height: 0;
    opacity: 0;
}

.nav a:hover {
    color: #9e251a;
}

.nav a:hover span {
    transform: translateY(-100%);
}

.nav li.on h3 a {
    color: #9e251a;
}

.nav li.on h3 a span {
    transform: translateY(-100%);
}

.nav li.on h3 a:after {
    left: 1%;
    right: 1%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}


/*.nav .sub_bg{ position:fixed; width:100%; z-index:109; height:0px; background:rgba(0, 0, 0, 0.6); z-index:109; left:0; top:128px; overflow:hidden;transition:all 0.3s;}
.nav .m:hover .sub_bg{ height:50px;}*/

.nav .sub {
    display: none;
    /*默认隐藏*/
    /*width:100%; left:0;*/
    width: 140px;
    left: 50%;
    margin-left: -70px;
    padding: 0;
    /*background:rgba(179, 144, 88, 0.5); */
    position: absolute;
    top: 122px;
    z-index: 110;
    background: rgba(255, 255, 255, 0.95);
    /*border-top:2px solid #ededed; */
    /*border-bottom:1px solid #e6e6e6;box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);*/
    box-shadow: 3.3px 3.5px 15px 6px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    /*padding-top:5px; padding-bottom:5px;*/
    overflow: inherit !important;
}

.nav .sub::before {
    content: "";
    position: absolute;
    top: -5px;
    width: 15px;
    height: 6px;
    left: 50%;
    margin-left: -7px;
    background: url(../images/top_bg2.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.nav li#m2 .sub {
    width: 160px;
    margin-left: -80px;
}

.nav li#m3 .sub {
    width: 230px;
    margin-left: -115px;
}

.nav-hide .nav .sub {
    top: 70px;
}

.nav .sub ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.nav .sub li {
    list-style: none;
    text-decoration: none;
}

.nav .sub li a {
    height: 40px;
    line-height: 40px;
    display: block;
    color: #555555;
    font-size: 16px;
    transition: all 0.3s;
    /* width:147px;*/
    /*background:rgba(243, 243, 245, 1.0);*/
}

.nav .sub li a:hover {
    color: #fff;
    background: #9e251a;
    text-decoration: none;
}


/*banner*/

#owl-demo {
    position: relative;
    width: 100%;
    height: 700px;
    margin: 0 auto;
}

#owl-demo .item {
    position: relative;
    display: block;
}

.owl-carousel a {
    display: block;
    width: 100%;
    height: 700px;
}

#owl-demo b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

#owl-demo span {
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 100%;
    font: 18px/32px "微软雅黑", "黑体";
    color: #fff;
    text-align: center;
}

.owl-pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 22px;
    text-align: center;
}

.owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    *display: inline;
    *zoom: 1;
    border-radius: 20px;
    border: 1px solid #fe6601;
}

.owl-pagination .active {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    *display: inline;
    *zoom: 1;
    border-radius: 20px;
    background: #fe6601;
    border: 1px solid #fe6601;
}

.owl-buttons {
    display: none;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/**/

.main .about {
    padding: 64px 0;
}

.main .about .cont {
    width: 51.69230769%;
    padding-right: 88px;
    position: relative;
}

.main .about .cont .bigtxt {
    width: 100%;
    font-size: 160px;
    font-weight: bold;
    color: #4a555a;
    opacity: .04;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: -1;
    text-align: right;
}

.main .about .pic {
    width: 48.30769231%;
}

.main .about img {
    width: 100%;
    display: block;
}

.main .about .title {
    font-size: 38px;
    font-weight: bold;
    height: 44px;
}

.main .about .title span {
    color: #d0101b;
}

.main .about .slogan {
    font-size: 20px;
    margin: 10px 0 56px 0;
}

.main .about .text {
    line-height: 28px;
    color: #666;
}

.main .about ul {
    overflow: hidden;
    width: 80%;
    margin: 38px 0 110px 0;
}

.main .about ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    border-left: solid 1px #eee;
}

.main .about ul li:nth-child(1) {
    border-left: none;
}

.main .about ul li i {
    height: 36px;
    line-height: 36px;
}

.main .about ul li i img {
    width: auto;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.main .about ul li p {
    color: #666;
    margin-top: 16px;
}

.td {
    display: table-cell;
    vertical-align: middle;
}

.wrap {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.morej .rbtn {
    display: inline-block;
    border-radius: 3px;
    color: #d0101b;
}

.morej .rbtn:hover {
    color: #000;
}

.morej span {
    padding: 0 16px;
    line-height: 38px;
    border: solid 1px #d0101b;
    display: block;
    border-radius: 3px;
}


/**/

.box2 {
    width: 100%;
    background: url(../images/bg2.jpg) no-repeat;
    height: 840px;
}

.list {}

.list ul li {}

.list ul li a {
    line-height: 52px;
    height: 52px;
    display: block;
    font-size: 16px;
    width: 285px;
    background: #ececec;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #333;
    font-size: 17px;
    text-align: center;
}

.list ul li a:hover {
    color: #fff;
    background: #c10e17;
}

.pctitle {
    text-align: center;
}

.pctitle span {
    color: #d0101b;
}

.pctitle .title {
    font-size: 36px;
    font-weight: bold;
}

.pctitle .title::before,
.pctitle .title::after {
    content: "-";
    font-weight: normal;
    margin: 0 26px;
}

.pctitle .entit {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}

.pctitle .tit {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    padding: 0 22px;
    background: #d0101b;
    border-radius: 52px 52px 0 52px;
    margin-bottom: 8px;
}

.main .product {
    padding: 70px 0;
}

.main .product .tab {
    text-align: center;
    margin: 50px 0 30px 0;
}

.main .product .tab span {
    display: inline-block;
    margin: 0 5px;
    height: 42px;
    line-height: 42px;
    padding: 0 22px;
    border-radius: 4px;
    background: #eee;
    font-size: 16px;
    cursor: pointer;
}

.main .product .tab span.on {
    background: #d0101b;
    color: #fff;
}

#product_c a {
    display: block;
    float: left;
    margin-left: 13px;
    margin-bottom: 30px;
}

#product_c a img {
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    width: 380px;
    margin-bottom: 20px;
}

#product_c a img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#product_c a {
    width: 380px;
    height: 420px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    color: #fff;
    border: #dedede solid 1px;
    background: #2e2e2d;
    border-bottom: #dedede solid 8px;
    text-align: center;
}

#product_c a:hover {
    color: #fff;
    background: #c10e17;
    border: #333 solid 1px;
    border-bottom: #333 solid 8px;
}

#product_c a p {
    border: #CCC solid 1px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 5px auto;
    color: #999;
}

#product_c a:hover p {
    color: #FFF;
}


/*拍摄服务流程开始*/


/* HEXAGON STARTS HERE */

.hex {
    width: 250px;
    height: 146px;
    background-color: #1f1a17;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: auto 173px;
    -moz-background-size: auto 173px;
    -ms-background-size: auto 173px;
    -o-background-size: auto 173px;
    position: relative;
    float: left;
    margin: 50px 15px;
    text-align: center;
    zoom: 1;
}

.hex.hex-gap {
    margin-left: 146px;
}

.hex a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
    position: absolute;
    top: 0;
    left: 0;
}

.hex .corner-1,
.hex .corner-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -2;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hex .corner-1 {
    z-index: -1;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.hex .corner-2 {
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.hex .corner-1:before,
.hex .corner-2:before {
    width: 173px;
    height: 173px;
    content: '';
    position: absolute;
    background: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    background: inherit;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hex .corner-1:before {
    -webkit-transform: rotate(-60deg) translate(-87px, 0px);
    -moz-transform: rotate(-60deg) translate(-87px, 0px);
    -ms-transform: rotate(-60deg) translate(-87px, 0px);
    -o-transform: rotate(-60deg) translate(-87px, 0px);
    transform: rotate(-60deg) translate(-87px, 0px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}

.hex .corner-2:before {
    -webkit-transform: rotate(60deg) translate(-48px, -11px);
    -moz-transform: rotate(60deg) translate(-48px, -11px);
    -ms-transform: rotate(60deg) translate(-48px, -11px);
    -o-transform: rotate(60deg) translate(-48px, -11px);
    transform: rotate(60deg) translate(-48px, -11px);
    bottom: 0;
}


/* Custom styles*/

.hex .inner {
    color: #eee;
}

.hex h4 {
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
}

.hex hr {
    border: 0;
    border-top: 1px solid #eee;
    width: 60%;
    margin: 15px auto;
}

.hex p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto;
}

.hex.hex-1 {
    background: #1f1a17;
}

.hex.hex-2 {
    background: #1f1a17;
}

.hex.hex-3 {
    background: #1f1a17;
}


/*拍摄服务流程结束*/

.main1140 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 50px 0px;
}

.box3 {
    padding: 50px 0px;
    background: url(../images/bg3.jpg) no-repeat;
    background-position: center;
}


/*首页合作伙伴*/

.owl-demo4 {
    margin: 0 auto;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 8%;
}


/*.owl-demo4.owl-carousel .owl-wrapper-outer{ overflow:visible;}*/


/* Styling Next and Prev buttons*/

.owl-demo4.owl-theme .owl-controls .owl-pagination {}


/* Styling Pagination*/

.owl-demo4.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
    margin-top: 42px;
}

.owl-demo4.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 8px;
    /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}

.about_five_div .owl-demo4.owl-theme .owl-controls .owl-page span {
    background: #cccccc;
    margin: 10px 4px;
}

.owl-demo4.owl-theme .owl-controls .owl-page.active span {
    background: #1a77b6;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 0;
    display: none;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 50px;
    height: 50px;
    /*IE7 life-saver*/
    text-indent: 100px;
    line-height: 40px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -50px;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border-radius:50%;*/
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/left.png) center center no-repeat;
    background-size: 100%;
    float: left;
    margin-left: -90px;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    background-image: url(../images/left_on.png);
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/right.png) center center no-repeat;
    background-size: 100%;
    float: right;
    margin-right: -90px;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    background-image: url(../images/right_on.png);
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.owl-demo4.owl-theme .owl-controls .owl-page {
    display: inline-block;
    border: none !important;
    background: none !important;
}

.owl-demo4 .item {
    margin: 0 2%;
}

.owl-demo4 .item .imgs {
    position: relative;
    overflow: hidden;
    padding-top: 44.63%;
}

.owl-demo4 .item .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    /* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;*/
}

.owl-demo4 .item dd:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    /*-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%);-o-filter: grayscale(0%); filter: grayscale(0%); filter:none;*/
}

.owl-demo4 .item dd {
    overflow: hidden;
    margin-bottom: 4%;
    border: 1px solid #dddddd;
    transition: all 0.3s;
}

.owl-demo4 .item dd:hover {
    border: 1px solid #1a77b6;
    box-shadow: 0px 4px 8px 0 rgba(151, 151, 151, 0.1);
}

.owl-demo4 .huto {
    height: auto !important;
}

.huto a {
    height: auto !important;
}

.i_product_t {
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding-top: 7%;
}

.i_product_t.bgs2 {
    color: #000;
}

.i_product_t.bgs4 {
    color: #1a77b6;
}

.i_product_t .desc {
    overflow: hidden;
    line-height: 1.3;
}

.i_product_t .h4 {
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    max-width: 590px;
    margin: 0 auto;
    color: #fff;
    margin-top: 2%;
    font-size: 26px;
}

.i_product_t.bgs2 .h4 {
    max-width: 795px;
    color: #000;
}

.i_product_t.bgs3 .h4 {
    max-width: 416px;
}

.i_product_t.bgs4 .h4 {
    max-width: 428px;
    color: #000;
}

@media screen and (max-width: 1400px) {}

.f28 {
    font-size: 25px;
}

.p50 {
    padding-bottom: 30px;
}

.footer {
    width: 100%;
    background: #333332;
    padding-top: 78px;
}

.footer:after {
    content: "";
    height: 0;
    display: block;
    clear: both
}

.footer .title {
    line-height: 22px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 12px;
}

.footer .title a {
    font-size: 18px;
    color: #ffffff;
}

.dlg {
    width: 365px;
    float: left;
}

.footer .linkList {
    width: 365px;
    float: left;
    margin-bottom: 20px;
}

.footer .linkList li {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

.footer .linkList li a {
    font-size: 14px;
    color: #a3a5b3;
}

.footer .linkList li a:hover {
    color: #fff;
}

.footer .contact {
    width: 342px;
    float: left;
}

.footer .contact .text {
    line-height: 38px;
    font-size: 14px;
    color: #a3a5b3;
}

.footer .contact .text a {
    font-size: 14px;
    color: #a3a5b3;
}

.footer .contact .text span {
    width: 100%;
    display: inline-block;
    padding-left: 22px;
    box-sizing: border-box;
    background: url(../images/footer_contact1.png) no-repeat 0 center;
}

.footer .contact .text span.icon2 {
    background-image: url(../images/footer_contact2.png);
}

.footer .contact .text span.icon3 {
    background-image: url(../images/footer_contact3.png);
}

.footer .qrcode {
    float: left;
}

.footer .qrcode .pic {
    width: 126px;
    height: 126px;
    text-align: center;
    overflow: hidden;
}

.footer .qrcode .pic img {
    width: 100%;
}

.footer .copyright {
    border-top: solid 1px #a1a09e;
    clear: both;
    font-size: 12px;
    color: #a3a5b3;
    line-height: 20px;
    text-align: center;
    padding: 34px 0 48px 0;
}
.footer .copyright a{
	color: #a3a5b3;
}
.footer .copyright a:hover{
	color: #a1a09e;
}
.index_news {
    padding: 60px 0;
    background: url('../images/bg_news.png') no-repeat center center;
    background-size: cover
}

.index_news .hd_box {
    margin-bottom: 50px
}

@media (min-width:640px) {
    .index_news .hd_box {
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }
    .index_news .hd_box .vhd {
        margin-bottom: 0;
        margin-right: 10%
    }
    .index_news .hd_box .vhd .en {
        white-space: nowrap
    }
}

.index_news .hd_box nav {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    font-size: 16px
}

.index_news .hd_box nav .item+.item {
    margin-left: 40px;
}

.index_news .hd_box nav .item {
    padding: 10px 0;
    position: relative;
    cursor: pointer
}

.index_news .hd_box nav .item::after {
    content: '';
    display: block;
    width: 0;
    transition: .6s;
    height: 2px;
    background-color: #d0101b;
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.index_news .hd_box nav .active {
    color: #d0101b
}

.index_news .hd_box nav .active::after {
    width: 100%
}

.index_news .row {
    margin-left: -15px !important;
    margin-right: -15px !important
}

.index_news .row>* {
    padding-left: -15px !important;
    padding-right: -15px !important
}

.index_news li {
    margin-bottom: 30px
}

.index_news .inner {
    background: #fff;
    padding: 20px 50px 20px 0;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    border: 1px solid #f2f2f2;
    position: relative
}

.index_news .inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #d0101b;
    transition: ease-in .3s;
    bottom: 0;
    left: 0
}

@media (max-width:480px) {
    .index_news .inner {
        padding-left: 40px
    }
    .index_news .inner .date {
        text-align: left;
        font-size: 14px;
        margin: 10px 0;
        font-weight: normal;
        color: #666
    }
}

.index_news .info {
    min-width: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.index_news .date {
    margin: 40px;
    text-align: center;
    font-family: medium
}

.index_news .date .day {
    font-size: 24px;
    position: relative;
    margin-bottom: .06rem;
    padding-bottom: .06rem
}

.index_news .date .day::after {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background-color: #d0101b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: 0
}

.index_news .date .year {
    font-size: 16px
}

.index_news .title {
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-bottom: .1rem
}

@media (min-width:480px) {
    .index_news .title {
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}

.index_news .desc {
    color: #666;
    line-height: 24px;
    height: 48px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.index_news .inner:hover .date,
.index_news .inner:hover .title {
    color: #d0101b
}

.index_news .inner:hover::after {
    width: 100%
}

.vhd .en {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "robotoLight";
    line-height: 60px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.cItem:not(.active) {
    display: none;
}

.vhd h2 {
    margin: 0px;
    padding: 0px;
}

.main .application {
    padding: 54px 0 80px 0;
    background: url(../images/application_bg.jpg) no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.main .application .pctitle {
    color: #fff;
}

.main .application ul {
    margin: 36px -3px 0 -3px;
}

.main .application ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}

.main .application li {
    width: 25%;
    float: left;
    padding: 0 3px;
    margin-bottom: 6px;
}

.main .application li:nth-child(4n+1) {
    clear: left;
}

.main .application a {
    display: block;
    padding: 36px 30px 56px 30px;
    border-radius: 4px;
    text-align: center;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.main .application a:hover {
    background: #9e251a;
}

.main .application a:hover .icon1 {
    display: none;
}

.main .application a:hover .icon2 {
    display: block;
}

.main .application a:hover .txt {
    color: #fff;
}

.main .application .icon2,
.main .application .icon1 {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
}

.main .application .icon2 img,
.main .application .icon1 img {
    max-width: 100%;
    vertical-align: middle;
}

.main .application .icon2 {
    display: none;
    background: #fff;
}

.main .application .tit {
    font-size: 18px;
    color: #fff;
    margin: 14px 0 8px 0;
}

.main .application .txt {
    line-height: 1.4em;
    color: #bdbdbd;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

#timeline {
    width: 1200px;
    margin: 50px auto;
}

.timecenter {
    position: relative;
    display: inline-block;
    height: 600px;
    width: 100%;
}

.timeline-box {
    width: 230px;
    height: 210px;
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
    position: absolute;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    transform: scaleX(0);
}

.timeline-box:nth-child(odd) {
    top: 25px;
}

.timeline-box:nth-child(even) {
    bottom: 20px;
    display:
}

.timeline-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}

.timeline-box::after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    background-color: #FFF;
    transform: translateX(-50%)rotate(45deg);
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
    z-index: -2;
}

.timeline-box:nth-child(odd)::after {
    bottom: -7.5px;
}

.timeline-box:nth-child(even)::after {
    top: -7.5px;
}

.timeline-box:nth-child(1) {
    left: -31px;
}

.timeline-box:nth-child(2) {
    left: 140px;
}

.timeline-box:nth-child(3) {
    left: 312px;
}

.timeline-box:nth-child(4) {
    left: 484px;
}

.timeline-box:nth-child(5) {
    left: 655px;
}

.timeline-box:nth-child(6) {
    left: 828px;
}

.timeline-box:nth-child(7) {
    left: 998px;
}

.timeline-box:nth-child(8) {
    left: 1036px;
}

.header {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 39%;
    margin-left: -35px;
    display: flex;
    justify-content: center;
    text-anchor: middle;
    background-color: #FFF;
    padding: 10px;
    border-radius: 50%;
    ;
    box-sizing: border-box;
}

.p12 {
    padding: 0px 5px !important;
    text-align: center;
}

.timeline-box:nth-child(odd) .header {
    top: -65px;
}

.timeline-box:nth-child(even) .header {
    bottom: -65px;
}

.header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    ;
    box-shadow: 0 0 5px 2px rgba(135, 135, 135, 0.15);
    z-index: -2;
}

.header img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.5s;
}

.timeline_div {
    width: 1050px;
    height: 90px;
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.timeline_div div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #9a2418;
    border: 5px solid #f6f6f6;
    box-sizing: initial !important;
}

.f-border {
    border-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.active {
    border: 5px;
    border-color: #fff;
}

.timeline-box:nth-child(odd) p {
    padding-top: 70px !important;
}

.timeline-box:nth-child(even) p {
    padding-top: 15px !important;
}

.timeline-box:hover {
    background: #333332;
}

.timeline-box:hover p {
    color: #fff;
}

.timeline-box:hover::before {
    background-color: #333332;
}

.timeline-box:hover::after {
    background-color: #333332;
}


/**/

.about-page .about .cont {
    width: 48%;
    float: left;
    padding-right: 30px !important;
}

.about-page .about .pic {
    width: 48.30769231%;
    float: right;
}

.about-page .about img {
    width: 100%;
    display: block;
}

.about-page .about .title {
    font-size: 38px;
    font-weight: bold;
}

.about-page .about .title span {
    color: #9e251a;
}

.about-page .about .slogan {
    font-size: 20px;
    margin-top: 14px;
}

.about-page .about .text {
    line-height: 28px;
    color: #666;
    margin-top: 50px;
}

.about-page .advantage {
    padding-top: 0;
}

.column-menu {
    border-bottom: solid 1px #dddddd;
    height: 70px;
    line-height: 70px;
}

.column-menu .crumbs {
    float: left;
    background: url(../images/crumbs.png) no-repeat 0 center;
    color: #999;
    padding-left: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.column-menu .crumbs a {
    color: #999;
}

.column-menu .crumbs a:hover {
    color: #9e251a;
}

.column-menu .menu {
    float: right;
}

.column-menu .menu .btn {
    display: none;
}

.column-menu .menu li {
    float: left;
    margin-left: 50px;
}

.column-menu .menu li.on a {
    color: #9e251a;
    border-bottom: solid 2px #9e251a;
}

.column-menu .menu li a {
    line-height: 70px;
    height: 70px;
    display: block;
    font-size: 16px;
}

.banner_box {
    position: relative;
    overflow: hidden;
}

.page_banner {
    height: 400px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.page_banner img {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.page_banner .cat_box {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 100%;
}

.page_banner .cat_box .cat_name {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 2;
    font-weight: bold;
    text-transform: uppercase;
}

.page_banner .cat_box .cat_name span {
    font-size: 24px;
    line-height: 2.5;
    font-weight: normal;
    margin-left: 8px;
}

@media (max-width: 1600px) {
    .page_banner {
        height: 335px;
    }
}

@media (max-width:1440px) {
    .page_banner {
        height: 300px;
    }
    .page_banner .cat_box {
        position: absolute;
        bottom: 28%;
    }
}

@media (max-width:1366px) {
    .page_banner {
        height: 285px;
    }
}

@media (max-width: 1280px) {
    .page_banner {
        height: 267px;
    }
}

@media (max-width: 1200px) {
    .page_banner {
        height: 250px;
    }
    .page_banner .cat_box .cat_name {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
}

@media (max-width: 1024px) {
    .page_banner {
        height: 213px;
    }
}

@media (max-width:992px) {
    .page_banner {
        height: 207px;
    }
}

@media (max-width: 768px) {
    .page_banner {
        height: 160px;
    }
    .page_banner .cat_box .cat_name {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 552px) {
    .page_banner .cat_box .cat_name {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page_banner .cat_box .cat_name span {
        font-size: 16px;
        font-weight: normal;
    }
}

@media only screen and (max-width: 425px) {
    .page_banner {
        height: 130px;
    }
    .page_banner .cat_box .cat_name {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:375px) {
    .page_banner {
        height: 120px;
    }
    .page_banner .cat_box .cat_name span {
        font-size: 15px;
    }
}


/*企业文化*/

.qywh {
    background: url(../images/qywh_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.qywh_tit {
    margin: 0 auto 80px;
    text-align: center;
    position: relative;
}

.qywh_tit p {
    display: block;
    font-size: 40px;
    color: #9e251a;
    line-height: 30px;
}

.qywh_tit span {
    position: absolute;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #363435;
    opacity: 0.1;
    width: 100%;
    left: 0;
    bottom: -40px;
}

.qywh ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 90px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 -1px -1px 0;
    position: relative;
    z-index: 9;
}

.qywh ul li:after {
    position: absolute;
    content: "";
    background: url(../images/qywh_bg2.jpg) center no-repeat;
    background-size: cover;
    width: 0;
    height: 100%;
    z-index: -9;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .25s;
    transition: all .5s;
}

.qywh ul li em {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .25s;
    transition: all .5s;
}

.qywh ul li em.ico13 {
    background: url(../images/ico133.png) center no-repeat;
}

.qywh ul li em.ico14 {
    background: url(../images/ico144.png) center no-repeat;
}

.qywh ul li em.ico15 {
    background: url(../images/ico155.png) center no-repeat;
}

.qywh ul li em.ico16 {
    background: url(../images/ico166.png) center no-repeat;
}

.qywh ul li:hover em.ico13 {
    background: url(../images/ico13.png) center no-repeat;
}

.qywh ul li:hover em.ico14 {
    background: url(../images/ico14.png) center no-repeat;
}

.qywh ul li:hover em.ico15 {
    background: url(../images/ico15.png) center no-repeat;
}

.qywh ul li:hover em.ico16 {
    background: url(../images/ico16.png) center no-repeat;
}

.qywh ul li p {
    display: block;
    font-size: 30px;
    color: #9e251a;
    line-height: 30px;
    padding-top: 20px;
}

.qywh ul li:hover p {
    color: #fff;
}

.qywh ul li i {
    display: block;
    width: 20px;
    height: 1px;
    background: #000;
    margin: 20px auto;
}

.qywh ul li span {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 125px;
}

.qywh ul li:hover span {
    color: #fff;
}

@media screen and (max-width:320px) {
    .qywh ul li span {
        font-size: 12px;
    }
}

.qywh ul li:hover:after {
    width: 100%;
}

.qywh ul li:hover em.ico13 {
    transform: rotateY(180deg);
}

.qywh ul li:hover em.ico14 {
    transform: rotateY(180deg);
}

.qywh ul li:hover em.ico15 {
    transform: rotateY(180deg);
}

.qywh ul li:hover em.ico16 {
    transform: rotateY(180deg);
}

.w1400 {
    width: 1200px;
    margin: 0 auto;
}

.qywh ul li:hover i {
    color: #fff;
}


/*企业文化*/

.qyry {
    padding: 60px 0;
}

.qyry .qywh_tit p {
    color: #333;
}

.qyry .qywh_tit span {
    color: #333;
}


/*公司荣誉*/

.honor_ul {
    margin-top: 4%;
    margin-bottom: 6%;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    overflow: hidden;
}

.honor_ul ul li {
    width: 25%;
    float: left;
    transition: all 0.3s;
}

.honor_ul ul li .box {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    overflow: hidden;
}

.honor_ul ul li .box:after {
    width: 0;
    position: absolute;
    content: "";
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #9e251a;
    transition: all 0.6s;
    z-index: 1;
}

.honor_ul ul li:hover .box:after {
    width: 100%;
    left: 0;
    right: 0;
}

.honor_ul ul li .imgs {
    overflow: hidden;
    max-width: 189px;
    margin: 0 auto;
    width: 90%;
    margin-top: 8%;
    margin-bottom: 7%;
    position: relative;
    height: 246px;
}


/*.honor_ul ul li:hover .box{-webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.2); box-shadow: 0 5px 25px rgba(0,0,0,0.2); z-index:1; position:relative;}*/

.honor_ul ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.honor_ul ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.honor_ul ul li .h3 {
    font-weight: normal;
    text-align: center;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    /*white-space:nowrap;text-overflow:ellipsis;*/
    font-size: 14px;
    color: #333;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 4%;
}

.honor_ul ul li:hover .h3 {
    color: #9e251a;
}

.about_t {
    text-align: center;
    margin-top: 5%;
    overflow: hidden;
}

.auto-title-b .auto-title-h1 {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.3em;
}

.auto-title-b .auto-title-h2 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    opacity: 0.25;
}

@media (max-width: 1400px) {
    .auto-title {
        padding: 55px 0 35px;
    }
    .auto-title .auto-title-h1 {
        font-size: 30px;
    }
    .auto-title-a {
        padding: 30px 0;
    }
    .auto-title-a .auto-title-h1 {
        font-size: 40px;
    }
    .auto-title-a .auto-title-text {
        margin: 10px 0 25px;
        font-size: 14px;
        line-height: 26px;
    }
    .auto-title-a .auto-title-more {
        font-size: 14px;
        line-height: 38px;
    }
    .auto-title-b {
        padding-bottom: 35px;
    }
    .auto-title-b .auto-title-h1 {
        margin-bottom: 5px;
        font-size: 30px;
    }
    .auto-title-b .auto-title-h2 {
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .auto-title {
        padding: 45px 0 30px;
    }
    .auto-title .auto-title-h1 {
        font-size: 24px;
    }
    .auto-title-a {
        padding: 20px 0;
    }
    .auto-title-a .auto-title-h1 {
        font-size: 30px;
    }
    .auto-title-a .auto-title-text {
        margin: 5px 0 20px;
        line-height: 24px;
    }
    .auto-title-a .auto-title-more {
        line-height: 36px;
    }
    .auto-title-b {
        padding: 45px 0 30px;
    }
    .auto-title-b .auto-title-h1 {
        margin-bottom: 3px;
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .auto-title {
        padding: 35px 0 20px;
    }
    .auto-title .auto-title-h1 {
        font-size: 20px;
    }
    .auto-title-a {
        padding: 15px 0;
    }
    .auto-title-a .auto-title-h1 {
        font-size: 20px;
    }
    .auto-title-a .auto-title-text {
        margin: 10px 0 10px;
        line-height: 24px;
    }
    .auto-title-a .auto-title-more {
        line-height: 36px;
    }
    .auto-title-b {
        padding: 35px 0 20px;
    }
    .auto-title-b .auto-title-h1 {
        font-size: 20px;
    }
}


/*滑块效果*/

.scroll-type-a::-webkit-scrollbar-thumb:hover {
    border-radius: 2px;
    background-color: #989898;
}

[flex] {
    display: flex;
}

[flex][flex~="i"] {
    display: inline-flex;
}

[flex][flex~="wrap"] {
    flex-wrap: wrap;
}

[flex][flex~="no-wrap"] {
    flex-wrap: nowrap;
}

[flex][flex~="ja"] {
    justify-content: space-around;
}

[flex][flex~="jb"] {
    justify-content: space-between;
}

[flex][flex~="jc"] {
    justify-content: center;
}

[flex][flex~="as"] {
    align-items: flex-start;
}

[flex][flex~="ac"] {
    align-items: center;
}

[flex][flex~="ae"] {
    align-items: flex-end;
}

.lw-w-1 {
    width: 8.33333333%;
}

.lw-w-2 {
    width: 16.66666667%;
}

.lw-w-3 {
    width: 25%;
}

.lw-w-4 {
    width: 33.33333333%;
}

.lw-w-5 {
    width: 41.66666667%;
}

.lw-w-6 {
    width: 50%;
}

.lw-w-7 {
    width: 58.33333333%;
}

.lw-w-8 {
    width: 66.66666667%;
}

.lw-w-9 {
    width: 75%;
}

.lw-w-10 {
    width: 83.33333333%;
}

.lw-w-11 {
    width: 91.66666667%;
}

.lw-w-12 {
    width: 100%;
}

.lw-5w {
    width: 20%;
}

@media (max-width: 1200px) {
    .lw-xw-1 {
        width: 8.33333333%;
    }
    .lw-xw-2 {
        width: 16.66666667%;
    }
    .lw-xw-3 {
        width: 25%;
    }
    .lw-xw-4 {
        width: 33.33333333%;
    }
    .lw-xw-5 {
        width: 41.66666667%;
    }
    .lw-xw-6 {
        width: 50%;
    }
    .lw-xw-7 {
        width: 58.33333333%;
    }
    .lw-xw-8 {
        width: 66.66666667%;
    }
    .lw-xw-9 {
        width: 75%;
    }
    .lw-xw-10 {
        width: 83.33333333%;
    }
    .lw-xw-11 {
        width: 91.66666667%;
    }
    .lw-xw-12 {
        width: 100%;
    }
    .lw-5xw {
        width: 20%;
    }
}

@media (max-width: 1024px) {
    .lw-mw-1 {
        width: 8.33333333%;
    }
    .lw-mw-2 {
        width: 16.66666667%;
    }
    .lw-mw-3 {
        width: 25%;
    }
    .lw-mw-4 {
        width: 33.33333333%;
    }
    .lw-mw-5 {
        width: 41.66666667%;
    }
    .lw-mw-6 {
        width: 50%;
    }
    .lw-mw-7 {
        width: 58.33333333%;
    }
    .lw-mw-8 {
        width: 66.66666667%;
    }
    .lw-mw-9 {
        width: 75%;
    }
    .lw-mw-10 {
        width: 83.33333333%;
    }
    .lw-mw-11 {
        width: 91.66666667%;
    }
    .lw-mw-12 {
        width: 100%;
    }
    .lw-5mw {
        width: 20%;
    }
}

@media (max-width: 992px) {
    .lw-nw-1 {
        width: 8.33333333%;
    }
    .lw-nw-2 {
        width: 16.66666667%;
    }
    .lw-nw-3 {
        width: 25%;
    }
    .lw-nw-4 {
        width: 33.33333333%;
    }
    .lw-nw-5 {
        width: 41.66666667%;
    }
    .lw-nw-6 {
        width: 50%;
    }
    .lw-nw-7 {
        width: 58.33333333%;
    }
    .lw-nw-8 {
        width: 66.66666667%;
    }
    .lw-nw-9 {
        width: 75%;
    }
    .lw-nw-10 {
        width: 83.33333333%;
    }
    .lw-nw-11 {
        width: 91.66666667%;
    }
    .lw-nw-12 {
        width: 100%;
    }
    .lw-5nw {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .lw-sw-1 {
        width: 8.33333333%;
    }
    .lw-sw-2 {
        width: 16.66666667%;
    }
    .lw-sw-3 {
        width: 25%;
    }
    .lw-sw-4 {
        width: 33.33333333%;
    }
    .lw-sw-5 {
        width: 41.66666667%;
    }
    .lw-sw-6 {
        width: 50%;
    }
    .lw-sw-7 {
        width: 58.33333333%;
    }
    .lw-sw-8 {
        width: 66.66666667%;
    }
    .lw-sw-9 {
        width: 75%;
    }
    .lw-sw-10 {
        width: 83.33333333%;
    }
    .lw-sw-11 {
        width: 91.66666667%;
    }
    .lw-sw-12 {
        width: 100%;
    }
    .lw-5sw {
        width: 20%;
    }
}

.list3 .ul {
    margin: -12px;
}

.list3 .li {
    padding: 12px;
    text-align: center;
}

.list3 .li .box {
    display: block;
    color: #222222;
}

.list3 .li .box:hover {
    color: #9e251a;
}

.list3 .li .box:hover .img-box {
    border-color: #9e251a;
}

.list3 .li .img-box {
    border: solid 1px #e7e7e7;
}

.list3 .li .img-box::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 139%;
}

.list3 .li .title {
    padding: 18px 0 10px;
    font-size: 15px;
    line-height: 26px;
}

.list3 .li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.auto-title-b {
    padding: 45px 0 30px;
}

@media (max-width: 1200px) {
    .auto-title-b {
        padding: 45px 0 30px;
    }
}

@media (max-width: 1400px) {
    .list3 .ul {
        margin: -10px;
    }
    .list3 .li {
        padding: 10px;
    }
    .list3 .li .title {
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 1200px) {
    .list3 .ul {
        margin: -8px;
    }
    .list3 .li {
        padding: 8px;
    }
    .list3 .li .title {
        padding-top: 8px;
    }
}

@media (max-width: 992px) {
    .list3 .ul {
        margin: -7px;
    }
    .list3 .li {
        padding: 7px;
    }
    .list3 .li .title {
        padding-top: 10px;
        line-height: 22px;
    }
}

.honor-block-a {
    padding-bottom: 55px;
}

@media (max-width: 1400px) {
    .honor-block-a {
        padding-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    .honor-block-a {
        padding-bottom: 35px;
    }
}

@media (max-width: 992px) {
    .honor-block-a {
        padding-bottom: 30px;
    }
    .auto-title-b {
        padding: 35px 0 20px;
    }
}

.img-box {
    position: relative;
}

.img-box {
    overflow: hidden;
}

.img-box img {
    display: block;
    transform: scale(1);
    transition: all 0.3s;
}

.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
    transform: scale(1.08);
}

.img-box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: scale(1);
    transition: all 0.3s;
}


/*清楚浮动*/

.t-center {
    text-align: center;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}


/*初始化样式*/

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.img-box img {
    display: block;
    transform: scale(1);
    transition: all 0.3s;
}


/**列表翻页**/

.page-btn-box {
    padding: 60px 0 65px;
    text-align: center;
}

.page-btn-box .page-btn {
    margin: 2.5px 10px;
    border: 1px solid #f1f1f1;
    min-width: 48px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 48px;
    color: #7f7f7f;
    background: #ffffff;
    transition: all 0.3s;
}

.page-btn-box .page-btn:hover {
    border-color: #f1f1f1;
    background: #f1f1f1;
}

.page-btn-box .page-btn.on {
    color: #fff;
    border-color: #9e251a;
    background: #9e251a;
}

.page-btn-box .page-btn.prev,
.page-btn-box .page-btn.next {
    padding: 0 25px;
}

@media (max-width: 1470px) {
    .page-btn-box {
        padding: 45px 0;
    }
}

@media (max-width: 1200px) {
    .page-btn-box {
        padding: 35px 0;
        text-align: center;
        justify-content: center;
    }
    .page-btn-box .page-btn {
        margin: 2px 5px;
        min-width: 34px;
        font-size: 15px;
        line-height: 38px;
    }
    .page-btn-box .page-btn.prev,
    .page-btn-box .page-btn.next {
        padding: 0 15px;
    }
}

@media (max-width: 992px) {
    .page-btn-box {
        padding: 25px 0 30px;
    }
    .page-btn-box .page-btn {
        margin: 2px;
        min-width: 30px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 34px;
    }
}


/*新闻*/

@media (max-width: 991px) {
    .case-section3 .cont .lt {
        width: 100%;
        margin-bottom: 40px;
    }
}

.case-section3 .cont .lt .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 16px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .case-section3 .cont .lt .item {
        padding: 14px;
    }
}

.case-section3 .cont .lt .item .img {
    width: 40%;
    height: 245px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .case-section3 .cont .lt .item .img {
        width: 100%;
        margin-bottom: 26px;
    }
    .case-section2 .cont .itimg .gt .list a img {
        margin-bottom: 2.5px;
    }
}

.case-section3 .cont .lt .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.case-section3 .cont .lt .item .font {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .case-section3 .cont .lt .item .font {
        width: 100%;
        padding-right: 0px;
    }
}

.case-section3 .cont .lt .item .font .tit {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    line-height: 30px;
    /* max-height: 54px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    /*text-overflow: ellipsis;white-space: nowrap;*/
    padding-bottom: 20px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.swiper-container-vertical>.swiper-scrollbar {
    right: 0;
}

.case-section3 .cont .lt .item .font .tit::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    background-color: #9e251a;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media (max-width: 1440px) {
    .case-section3 .cont .lt .item .font .tit::after {
        height: 2px;
    }
}

.case-section3 .cont .lt .item .font .text {
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #999999;
    line-height: 26px;
    width: 100%;
    /* height: 72px ;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5; */
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100rpx;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    word-break: break-all;
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .case-section3 .cont .lt .item .font .text {
        margin-bottom: 20px;
    }
}

.case-section3 {
    margin-top: 40px;
}

.case-section3 .cont .lt .item .font .but {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case-section3 .cont .lt .item .font .but span {
    font-size: 14px;
    color: #999;
}

.case-section3 .cont .lt .item .font .but strong {
    font-size: 24px;
    color: #9e251a;
}

.case-section3 .cont .lt .item:hover {
    box-shadow: 3px 4px 57px 0px rgba(0, 0, 0, 0.1);
}

.case-section3 .cont .lt .item:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.case-section3 .cont .lt .item:hover .font .tit {
    color: #9e251a;
}

.case-section3 .cont .lt .item:hover .font .tit:after {
    width: 100%;
}

.case-section3 .cont .lt .pagebox {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .case-section3 .cont .lt .pagebox {
        margin-top: 20px;
    }
}

.case-section3 .cont .gt {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #eeeeee;
}

@media (max-width: 991px) {
    .case-section3 .cont .gt {
        width: 100%;
    }
}

.case-section3 .cont .gt .tit {
    font-size: 18px;
    color: #9e251a;
    padding: 28px 18px;
    border-bottom: 1px solid #eee;
    width: 100%;
}

@media (max-width: 575px) {
    .case-section3 .cont .gt .tit {
        padding: 24px 14px;
    }
}

.case-section3 .cont .gt .item {
    display: block;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding-bottom: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .case-section3 .cont .gt .item {
        width: 49%;
    }
}

@media (max-width: 575px) {
    .case-section3 .cont .gt .item {
        width: 100%;
    }
}

.case-section3 .cont .gt .item:last-child {
    border-bottom: none;
}

.case-section3 .cont .gt .item .img {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    padding-bottom: 88%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .case-section3 .cont .gt .item .img {
        padding-bottom: 60%;
    }
}

.case-section3 .cont .gt .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.case-section3 .cont .gt .item .text {
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding: 0 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.case-section3 .cont .gt .item:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_boxs {
    margin-top: 4%;
}

.news_boxs .news_boxs_l {
    float: left;
    overflow: hidden;
    width: calc(97% - 340px);
    width: -webkit-calc(97% - 340px);
    width: -moz-calc(97% - 340px);
}

.news_ul {
    overflow: hidden;
}

.news_ul ul li {
    display: block;
    border: 1px solid #dddddd;
    margin-bottom: 4%;
    overflow: hidden;
    padding: 30px;
    padding-top: 38px;
    transition: all 0.3s;
}

.news_ul ul li:hover {
    border-color: #0077c3;
}

.news_ul ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 116px;
    float: left;
    width: 190px;
    margin-right: 38px;
}

.news_ul ul li .imgs img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news_ul ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_ul ul li .txts {
    overflow: hidden;
}

.news_ul ul li .txts .h3 {
    color: #040000;
    max-width: 570px;
    margin-top: 13px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.news_ul ul li:hover .txts .h3 {
    color: #0077c3;
}

.news_ul ul li .txts .p {
    color: rgba(5, 12, 11, 0.6);
    max-width: 570px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 7px;
}

.news_ul ul li .txts .date {
    color: #040000;
    overflow: hidden;
    font-size: 14px;
    margin-top: 10px;
    line-height: 18px;
    text-align: right;
}

.news_boxs .news_boxs_r {
    float: right;
    width: 340px;
    overflow: hidden;
}

.news_boxs .news_boxs_r .search {
    background: #ffffff;
    overflow: hidden;
}

.news_boxs .news_boxs_r .search .inputs {
    height: 46px;
    line-height: 46px;
    background: none;
    border: 1px solid #dddddd;
    border-right: 0;
    width: calc(100% - 112px);
    width: -webkit-calc(100% - 112px);
    width: -moz-calc(100% - 112px);
    float: left;
    outline: none;
    text-indent: 28px;
    font-size: 16px;
    color: #333;
    font-family: "OPPOSans-R", "微软雅黑";
}

.news_boxs .news_boxs_r .search .inputs::-webkit-input-placeholder {
    color: rgba(5, 12, 11, 0.2);
}

.news_boxs .news_boxs_r .search .inputs::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(5, 12, 11, 0.2);
}

.news_boxs .news_boxs_r .search .inputs:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(5, 12, 11, 0.2);
}

.news_boxs .news_boxs_r .search .inputs:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(5, 12, 11, 0.2);
}

.news_boxs .news_boxs_r .search .bnts {
    float: right;
    width: 111px;
    height: 48px;
    background: url(../images/news_bg1.png) #0077c3 26px center no-repeat;
    background-size: 17px 17px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color: #f8f8f8;
    text-indent: 52px;
    text-align: left;
}

.news_boxs .news_boxs_r .search .bnts:hover {
    transition: all 0.3s;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.news_boxs .news_boxs_r .news_border {
    overflow: hidden;
    border: 1px solid #dddddd;
}

.news_boxs .news_boxs_r .news_t {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.news_boxs .news_boxs_r .news_t:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    left: -1px;
    background: #0077c3;
}

.news_boxs .news_boxs_r .news_t .h4 {
    color: #040000;
    font-size: 20px;
    float: left;
    font-weight: normal;
    text-indent: 28px;
}

.news_boxs .news_boxs_r .news_t .a {
    float: right;
    margin-right: 28px;
    color: rgba(5, 12, 11, 0.6);
    font-size: 16px;
}

.news_boxs .news_boxs_r .news_t .a:hover {
    color: #0077c3;
}

.news_boxs .news_boxs_r .news_t.bgs2 {
    border-bottom: 0;
}

.news_boxs .news_boxs_r .news_t.bgs2:after {
    display: none;
}

.news_boxs .news_boxs_r .news_t.bgs2 .h4 {
    text-indent: 0;
}

.news_one_ul {
    margin-left: 28px;
    margin-right: 28px;
    overflow: hidden;
    margin-top: 16px;
    font-size: 16px;
    margin-bottom: 9px;
}

.news_one_ul ul li {
    line-height: 62px;
    height: 62px;
    overflow: hidden;
    display: block;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    border-bottom: 1px dashed #dddddd;
}

.news_one_ul ul li:last-child {
    border-bottom: 0;
}

.news_one_ul ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 5px;
    top: 50%;
    margin-top: -2px;
    height: 5px;
    background: #0077c3;
}

.news_one_ul ul li a {
    color: #333333;
}

.news_one_ul ul li a:hover {
    color: #0077c3;
}


/*新闻资讯详细*/

.about_x2 {
    padding-left: 4%;
    padding-right: 4%;
    border: 1px solid #dddddd;
    padding-bottom: 1%;
    padding-top: 4%;
}

.about_x2 .show_t {
    line-height: 40px;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 3%;
    margin-top: 5px;
    font-weight: normal;
}

.about_x2 .con_line {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2.5%;
}

.about_x2 img {
    margin-bottom: 10px;
    /* display:block; */
    max-width: 100%;
}

.about_x2 .con_id {
    line-height: 26px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    padding-top: 4%;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-family:"微软雅黑";
    padding-bottom: 4%;
}

.about_x2 .con_id .h2 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

.about_x2 .con_id p {
    padding-bottom: 10px;
    overflow: hidden;
}

.about_x2 .con_id b {
    font-weight: bold;
    overflow: hidden;
    font-size: 18px;
    color: #333333;
    display: block;
    margin-bottom: 2%;
}

.about_x2 .con_id .hr {
    border-top: 1px solid #dddddd;
    font-size: 0;
    height: 0;
    margin-top: 4%;
    margin-bottom: 4%;
}

.about_x2 table {
    border-collapse: collapse;
    border-spacing: 0;
}

.about_x2 table td {
    line-height: 22px;
    height: 27px;
    /*border:1px solid #000;*/
}

.prenext {
    text-align: center;
    font-size: 16px;
    margin-bottom: 6%;
    margin-top: 2%;
    background: #f2f3f3;
    padding-top: 3%;
    padding-bottom: 3%;
    line-height: 30px;
    color: #050c0b;
}

.prenext span {
    width: calc(45% - 32px);
    width: -webkit-calc(45% - 32px);
    width: -moz-calc(45% - 32px);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px 23px;
    transition: all 0.3s;
    max-width: 316px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.prenext span.l {
    text-align: left;
    padding-left: 32px;
    /* background-image:url(../images/left2.png); */
    background-position: left center;
}

.prenext span.l:hover {
    /*background-image:url(../images/left2_on.png);*/
    color: #0077c3;
}

.prenext span.r {
    text-align: right;
    padding-right: 32px;
    /*background-image:url(../images/right2.png);*/
    background-position: right center;
}

.prenext span.r:hover {
    /* background-image:url(../images/right2_on.png);*/
    color: #0077c3;
}

.prenext a {
    font-size: 18px;
    color: #050c0b;
}

.prenext a:hover {
    color: #0077c3;
    text-decoration: none;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.prenext .goback {
    transition: all 0.3s;
    display: block;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    width: 75px;
   /*  background: url(../images/news_bg3.png) center center no-repeat; */
    background-size: 15px 15px;
}

.prenext .goback:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
    /* background-image:url(../images/news_bg3_on.png);*/
}

.news_ul2 {
    overflow: hidden;
}

.news_ul2 ul li {
    display: block;
    margin-bottom: 4%;
    overflow: hidden;
    transition: all 0.3s;
}

.news_ul2 ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 64px;
    float: left;
    width: 102px;
    margin-right: 16px;
}

.news_ul2 ul li .imgs img {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.news_ul2 ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_ul2 ul li .txts {
    overflow: hidden;
}

.news_ul2 ul li .txts .h3 {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.news_ul2 ul li:hover .txts .h3 {
    color: #0077c3;
}

.news_ul2 ul li .txts .p {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 7px;
}

@media screen and (max-width: 960px) {
    /*新闻中心*/
    .news_boxs .news_boxs_l {
        float: none;
        width: calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
        width: -moz-calc(100% - 0px);
    }
    .news_boxs .news_boxs_r {
        float: none;
        width: 100%;
        margin-bottom: 6%;
        margin-top: 2%;
    }
    .news_boxs .news_boxs_r .news_border {
        margin-top: 2%;
    }
    /*新闻资讯详细*/
    .about_x2 .con_id {
        line-height: 26px;
    }
    .about_x2 .con_id b {
        font-size: 17px;
    }
    .prenext {
        font-size: 16px;
        line-height: 26px;
        text-align: right;
        padding-left: 3%;
        padding-right: 3%;
    }
    .prenext a {
        font-size: 16px;
    }
    .prenext span {
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        height: 26px;
        line-height: 26px;
    }
    .prenext span.l {
        float: none;
        display: block;
        background: none;
        padding-left: 0;
    }
    .prenext span.r {
        float: none;
        display: block;
        background: none;
        padding-left: 0;
    }
    .prenext span.r {
        text-align: left;
    }
    .prenext span.l:hover {
        background: none;
    }
    .prenext span.r:hover {
        background: none;
    }
    .prenext .goback {
        margin-top: -44px;
        float: right;
    }
    .news_ul2 ul li {
        margin-bottom: 2%;
    }
    .news_ul2 ul li .imgs {
        margin-right: 2%;
    }
}

.wrap2 {
    clear: both;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    zoom: 1;
    margin-bottom: 30px;
}


/*在线留言*/

.message .desc {
    font-size: 16px;
}

.message_page .desc {
    font-size: 16px;
    line-height: 34px;
}

.feedback-form {
    margin-top: 40px;
    background-color: #f4f4f4;
    padding: 50px;
}

.feedback-form .form-group {
    margin-bottom: 30px;
}

.feedback-form .form-group .span-2 {
    width: 15%;
    margin: 0 auto;
}

.feedback-form textarea,
.feedback-form input {
    padding: 12px 5px;
    height: auto;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
}

.btn-contact {
    background-color: #cc0000;
    padding: 6px 0;
    border: none;
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background-color: #015599;
    border-color: #015599;
}

.btn-contact:hover {
    background-color: #015599;
    color: #fff;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width:1024px) {
    .feedback-sec {
        margin: 30px 0;
    }
}

@media only screen and (max-width:768px) {
    .feedback-form {
        padding: 30px;
    }
    .feedback-form .form-group .col-xs-12 {
        margin-bottom: 10px;
    }
    .feedback-form .form-group {
        margin-bottom: 0px;
    }
    .feedback-form .form-group .span-2 {
        margin-top: 10px;
    }
    .feedback-sec {
        padding: 20px;
    }
}

@media only screen and (max-width:425px) {
    .feedback-form {
        padding: 20px;
    }
}

.page-section {
    padding: 80px 0;
}

.col-sm-011 {
    width: 88% !important;
}

.col-sm-01 {
    width: 12% !important;
}


/*联系我们*/

.contact-list {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 8px;
}

.contact-item {
    position: relative;
    padding: 45px 80px !important;
    height: 255px;
    overflow: initial;
    border-radius: inherit;
}

.contact-item:first-child .main-decoration {
    margin-left: 0;
}

.contact-item:first-child .main-decoration:before {
    width: 150%;
    right: 0;
    background: #cc0000;
}

.contact-item:last-child .main-decoration:before {
    left: 0;
    width: 150%;
    background: #f4f4f4;
}

.contact-item .main-decoration:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #383737;
}

.contact-item .main-decoration {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 10px;
    border-radius: inherit;
    -webkit-transform: skew(-24deg);
    -moz-transform: skew(-24deg);
    -o-transform: skew(-24deg);
    transform: skew(-24deg);
}

.contact-item .contact-container {
    position: relative;
    display: table;
    padding-bottom: 15px;
}

.contact-item .contact-container .icon-wrap {
    font-size: 44px;
    color: #fff;
}

.contact-item .contact-container .icon-wrap,
.contact-item .contact-container .title-wrap {
    display: table-cell;
    vertical-align: middle;
}

.contact-item .contact-container .title-wrap {
    padding-left: 25px;
    color: #fff;
}

.contact-item .contact-container .title-wrap .title-big {
    line-height: 1.3;
    padding-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0px;
}

.contact-item .contact-container .title-wrap .subtitle {
    font-size: 13px;
    line-height: 1
}

.contact-item .description {
    position: relative;
    color: #fff;
    line-height: 30px;
}

.contact-item.dark .contact-container .icon-wrap {
    color: #cc0000;
}

.contact-item.dark .contact-container .title-wrap {
    color: #333;
}

.contact-item.dark .description {
    color: #333;
}

.contact .map {
    margin-top: 40px;
}

@media only screen and (max-width:1200px) {
    .contact-item:first-child {
        padding: 45px 50px;
    }
}

@media only screen and (max-width:1024px) {
    .contact-item:last-child {
        padding: 45px 10px 45px 80px;
    }
}

@media only screen and (max-width:768px) {
    .contact-item:first-child .main-decoration:before {
        width: 100%;
        right: 0;
        background: #cc0000;
    }
    .contact-item:last-child .main-decoration:before {
        left: 0;
        width: 100%;
        background: #f4f4f4;
    }
    .contact-item .main-decoration {
        margin: 0px 10px 20px;
        -webkit-transform: skew(0deg);
        -moz-transform: skew(0deg);
        -o-transform: skew(0deg);
        transform: skew(0deg);
    }
    .contact-item {
        padding: 45px 40px;
        height: 275px;
    }
    .contact-item:last-child {
        padding: 45px 40px;
    }
    .contact-item:first-child {
        padding: 45px 40px;
    }
    .contact-item:first-child .main-decoration {
        margin-left: 10px;
    }
}

.contact-item {
    position: relative;
    padding: 45px 80px;
    height: 255px;
    overflow: initial;
    border-radius: inherit;
}


/**合作伙伴**/

#PartnerList {}

#PartnerList .title {
    text-align: center;
    padding: 4.166% 0 2.777%;
}

#PartnerList .Box {
    margin: 10px;
    display: block;
    border: 1px solid #e0e0e0;
    opacity: 1;
    transition: all 0.3s;
    overflow: hidden;
}

.f30 {
    font-size: 30px;
}

#PartnerList img {
    transition: all 0.3s;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#PartnerList .Box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#PartnerList .Box:hover img {
    transform: scale(1.05);
}

#PartnerList .pointPatner {
    margin: 0 -10px;
    text-align: center;
}

#PartnerList .PatnerBlock .swiper-wrapper:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    clear: both;
}


/* #PartnerList .PatnerBlock .swiper-wrapper{ display:block; }
#PartnerList .PatnerBlock.swiper-container-horizontal .swiper-wrapper{ width:999999999px; }
#PartnerList .PatnerBlock .swiper-slide{ display:inline-block; float:left; } */

#PartnerList .pointPatner span {
    height: 10px;
    width: 10px;
    background-color: #d7d7d7;
    opacity: 1;
    margin: 0 8px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -ms-border-radius: 50%;
    cursor: pointer;
}

#PartnerList .pointPatner .swiper-visible-switch,
#PartnerList .pointPatner .swiper-active-switch {
    display: inline-block;
    background-color: #0054a5;
}

#PartnerList .pointPatner {
    padding: 4.166%;
}

.i_bnt {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.i_bnt a {
    background: #104c94;
    display: inline-block;
    vertical-align: middle;
    width: 148px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    margin-left: 8px;
    margin-right: 8px;
    transition: all 0.3s;
}

.i_bnt a:hover {
    background-color: #3075c7;
}

#PartnerBlock {
    background-color: #f7f7f7;
}

#PartnerBlock .i_bnt {
    margin: 2% 0;
}

#PartnerBlock .des {
    background-color: #fff;
    padding: 4% 3.4%;
    margin: 3.47% 0;
}

#PartnerBlock .des .introduce-tit h2 {
    color: #484748;
    border-left: 3px solid #104c94;
    padding-left: 10px;
}

#PartnerBlock .des .introduce-txt {
    font-size: 16px;
    line-height: 1.8em;
    color: #484748;
    padding: 1% 0;
}

#PartnerBlock .introduce-class-tit {
    text-align: center;
    margin-bottom: 0.7%;
}

#PartnerBlock .introduce-class {
    background-color: #f7f7f7;
    padding: 3.47% 0;
}

#PartnerBlock .introduce-class img {
    max-width: 100%;
}

#PartnerBlock .introduce-class .fl {
    float: left;
}

#PartnerBlock .introduce-class .fr {
    float: right;
}

#PartnerBlock .introduce-class .fl,
#PartnerBlock .introduce-class .fr {
    width: 48%;
    display: inline-block;
}

#PartnerBlock .introduce-li {
    padding: 2% 0;
}

#PartnerBlock .introduce-li .h2 {
    color: #0054a5;
    margin-bottom: 1%;
}

#PartnerBlock .introduce-li .cont {
    font-size: 16px;
    line-height: 1.8em;
    color: #484748;
    width: 100%;
}

#PartnerBlock .introduce-li .i_bnt {
    text-align: left;
    margin-bottom: 0;
}

#PartnerBlock .introduce-li .i_bnt a {
    text-align: center;
    margin: 0;
}

#PartnerBlock .partner1-header {
    padding: 3.47% 0;
}

#PartnerBlock .partner1-header .partner-list {
    width: 33.3%;
    float: left;
    padding: 0 3%;
    box-sizing: border-box;
}

#PartnerBlock .partner1-header .partner-list:nth-child(2) {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

#PartnerBlock .partner1-header .partner-list .partner-list-tit {
    font-size: 18px;
    color: #484748;
    margin-top: 6%;
}

#PartnerBlock .partner1-header .partner-list .partner-list-txt {
    font-size: 14px;
    line-height: 24px;
    color: #484748;
    width: 100%;
    margin: 3% auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

#PartnerBlock .partner1-header .partner-list img {
    max-width: 72px;
    max-height: 62px;
}

#PartnerBlock .partner1-header .partner-list a {
    display: inline-block;
    font-size: 16px;
    color: #0054a5;
    padding-top: 1.5%;
}


/*===关于我们-合作伙伴==*/

.hzhb {
    max-width: 1200px;
    margin: 0 auto;
}

.hzhb ul {
    border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    overflow: hidden;
}

.hzhb li {
    width: 20%;
    overflow: hidden;
    float: left;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.bj1 {
    margin-bottom: 60px;
}

.hzhb li.hiden {
    display: none;
}

.hzhb img {
    width: 100%;
    display: block;
    transition: All 0.4s ease-in-out;
    height: auto;
    transition: all 0.4s;
}

.hzhb li:hover img {
    transform: scale(1.2);
}

.box7 {
    position: relative;
    height: 106px;
}

.box .cont1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.cont2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box:hover .cont2 {
    z-index: 2;
}

.cont1,
.cont2 {
    transition: all .6s linear 10ms;
}

.btn2 {
    transition: All 0.4s ease-in-out;
    display: block;
    width: 198px;
    height: 58px;
    border: 1px solid #333;
    font-size: 16px;
    color: #000;
    line-height: 58px;
    text-align: center;
    margin: 60px auto 0 auto;
}

.btn2:hover {
    color: #fff;
    background: #333;
}


/*内页产品分类*/

.proclass {
    width: 258px;
    background: #fff;
}

.pctop {
    height: 110px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    background: #09499f;
    box-sizing: border-box;
    padding: 20px 0;
}

.pctop em {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
}

.pcon table,
.pcon tbody,
.pcon tr,
.pcon td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.pcon {
    border: 1px solid #eee;
    padding: 15px;
}

.pcon>table>tbody>tr>td>a,
.pcon li a {
    display: block;
    color: #888;
    font-size: 16px;
    line-height: 49px;
    font-weight: lighter !important;
    background: url(../images/20210727135340_1607448233.png) no-repeat 5px center;
    border-bottom: 1px dashed #eee;
    padding-left: 30px;
}

.pcon>table>tbody>tr>td>a:hover,
.pcon>table>tbody>tr>td table a:hover,
.pcon li a:hover {
    color: #09499f !important;
}

.pcon>table>tbody>tr>td table a {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 49px;
    border-bottom: 1px dashed #eee;
    padding-left: 30px;
    position: relative;
}

.pcon>table>tbody>tr>td table a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #eee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
}

.pcon>table>tbody>tr>td table a:hover:after {
    background: #09499f !important;
}

.pcaddr {
    color: #666;
    font-size: 12px;
    line-height: 28px;
    background: #f9f9f9;
    padding: 10px !important;
    margin-top: 20px;
}

.ny_prolist:hover .ny_promore a {}


/*内页产品分类*/


/*内页产品导航*/

.protemptitl:before {
    background: #9e251a!important;
}

.pro_all_class {
    display: inline-block;
    height: auto !important;
    font-size: 0;
    border-bottom: none !important;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}

.pro_all_class div {
    width: 466px;
    margin: 0 auto;
}

.pro_all_class a {
    float: left;
    width: 221px;
    font-size: 15px;
    font-weight: 100;
    line-height: 44px;
    background: #eee;
    border: 1px solid #eee;
    transition: 500ms;
    margin: 5px 5px;
}

.pro_cur strong {
    display: inline-block;
    padding: 11px 7px;
}

.pro_all_class a:hover,
.pro_all_class .pro_cur {
    color: #fff;
    background: #09499f;
    border-color: #09499f;
    box-shadow: 0 0 10px rgba(1, 146, 53, 0.5);
    transition: 500ms;
}

.pro_all_class a:nth-child(1) {
    display: none !important;
}

.ny_prolist {
    float: left;
    width: 31% !important;
    margin: 0 1%;
    margin-bottom: 2%;
    overflow: hidden;
}

.ny_propic {
    border: 1px solid #eee;
}


/*内页产品导航*/


/*产品左侧分类*/

.proclass_t {
    height: 110px;
    background: #9e251a;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.proclass_t b {
    padding: 22px 0 3px 0;
    display: inherit;
    font-weight: normal;
}

.proclass_t em {
    display: block;
    font-size: 16px;
    font-family: fontDin1;
    text-transform: uppercase;
}

.pcc tr table td a {
    line-height: 60px;
}

.proclass1 {
    width: 230px;
    background: #f1f1f1;
}

.pcc {
    margin-top: 1px;
}

.pcc td {
    height: auto!important;
}

.pcc td table a:after {
    display: none;
}

.pcc td table a {
    font-size: 14px;
    font-weight: normal !important;
}

.pcc table,
.pcc tbody,
.pcc tr {
    display: block;
    width: 100%;
}

.pcc tr,
.pcc li {
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 3;
}

.pcc tr a,
.pcc li a {
    display: block;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
    padding-left: 55px;
    position: relative;
    z-index: 3;
    transition: all .3s ease;
}

.pcc tr a:after,
.pcc li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/20210727140016_2015206767.png) no-repeat center;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 19px;
    transition: all .3s ease;
}

.pcc tr td a:before,
.pcc li:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #09499f;
    background: linear-gradient(to right, #333, #484748);
    transition: all .3s ease;
    position: absolute;
    z-index: -1;
}

.pcc a:hover:before,
.pcc li:hover:before {
    width: 100%;
}

.pcc tr:hover>td>a,
.pcc li:hover a {
    color: #fff;
}

.pcc tr:hover>td>a:after,
.pcc li:hover a:after {
    background: url(../images/20210727140054_1768539315.png) no-repeat center;
}

.pctel {
    height: 159px;
    background: #09499f;
}

.pctel p {
    padding-top: 35px;
    text-align: center;
    color: #fff;
}

.pctel span {
    display: inline-block;
    width: 130px;
    line-height: 36px;
    border-radius: 20px;
    font-size: 16px;
    background: #222;
}

.pctel em {
    display: block;
    font-size: 28px;
    font-family: fontDin1;
    margin-top: 10px;
}

#bodycon {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#bodycon #left {
    float: left;
    width: 230px;
    background-color: ;
}

#bodycon #center {
    float: right;
    width: 940px;
    background-color: ;
}

.mianbxContent {
    width: 100% !important;
    height: 60px !important;
    font-size: 16px !important;
    line-height: 60px !important;
    text-align: left !important;
    text-indent: 2.5em;
    background: url(../images/20210727135313_4114606.png) #fff no-repeat 7px 20px;
    border: 1px dashed #ddd !important;
    position: relative;
    margin-bottom: 30px !important;
    transition: 0.1s all;
}

.mianbxContent:hover {
    background-position: 7px -22px;
}

.mianbxContent::after,
.mianbxContent:after {
    content: '';
    display: block;
    width: 200px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.mianbxContent a {
    color: #333;
    font-size: 15px !important;
}


/*分页*/

.page_total,
.pages_box a,
.page_jump {
    display: inline-block;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    background: #eee;
    border: 1px solid #eee;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 14px;
}

.pages_box a {
    color: #666;
    margin-left: 10px;
}

.pages_box a.page_curr,
.pages_box a:hover {
    color: #fff;
    font-size: 13px;
    background: #09499f;
}

.page_jump {
    margin-left: 10px;
}

.back_column {
    width: 1088px !important;
}


/*分页*/


/*搜索*/

.search {
    border-bottom: 1px solid #f3f3f3;
}

.search .w1400 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.keyword,
.keyword a {
    line-height: 90px;
    font-size: 16px;
    color: #484848;
    padding: 0px !important;
}

.keyword span {
    color: #09499f;
}

.searight {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.seatel {
    padding: 0 40px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    font-size: 14px;
    color: #484848;
    margin-right: 30px;
}

.seatel em {
    display: block;
    font-size: 22px;
    font-family: fontDin1;
}

.seatel span {
    display: inline-block;
    padding-left: 48px;
    background: url(../images/20210724190441_734235895.png) no-repeat left center;
}

.search_bg {
    width: 263px;
    height: 50px;
    background: #eaeaea;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

#infoname {
    border: none;
    background: none;
    width: 230px;
    height: 50px;
}


/*产品详细*/

.product_w {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}

.product_one {
    overflow: hidden;
    margin-bottom: 5%;
}

.product_one .img_l {
    float: left;
    width: 45%;
    overflow: hidden;
    border: 1px solid #dddddd;
}

.product_one .img_l img {
    width: 100%;
}

.product_one .txts_r {
    float: right;
    width: 50%;
    max-width: 660px;
    overflow: hidden;
    font-size: 14px;
    color: #000;
}

.product_one .txts_r .h3 {
    font-weight: bold;
    overflow: hidden;
    line-height: 1.2;
}
.product_one .txts_r .h1 {
    font-weight: bold;
    overflow: hidden;
    line-height: 1.2;
}
.product_one .txts_r .span {
    display: block;
    overflow: hidden;
    line-height: 20px;
    margin-top: 10px;
}

.product_one .txts_r .ul {
    margin-top: 3%;
    overflow: hidden;
    line-height: 24px;
}

.product_one .txts_r .ul li {
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 4px;
    display: block;
    padding-left: 20px;
    position: relative;
}

.product_one .txts_r .ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #000000;
    border-radius: 50%;
}

.product_one .txts_r .zhixun {
    float: left;
    display: block;
    height: 44px;
    line-height: 40px;
    overflow: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    color: #fff;
    background: url(../images/product_pic2.png) #9e251a 30px center no-repeat;
    font-size: 16px;
    text-align: left;
    margin-top: 25px;
    border-radius: 4px;
    border: 2px solid #9e251a;
    padding-left: 58px;
    padding-right: 42px;
    background-size: auto 17px;
    margin-right: 14px;
}

.product_one .txts_r .zhixun:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.product_one .txts_r .online {
    float: left;
    display: block;
    height: 44px;
    line-height: 40px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    color: #999999;
    background: url(../images/product_pic3.png) #ffffff 29px center no-repeat;
    font-size: 16px;
    text-align: left;
    margin-top: 25px;
    border-radius: 4px;
    border: 2px solid #dddddd;
    padding-left: 58px;
    padding-right: 42px;
    position: relative;
    background-size: auto 17px;
}

.product_one .txts_r .online:hover {
    background-image: url(../images/product_pic3_on.png);
    background-color: #9e251a;
    border-color: #9e251a;
    color: #fff;
}

.product_one .txts_r .r_end {
    overflow: hidden;
    margin-top: 5%;
    clear: both;
    color: #666666;
    font-size: 18px;
}

.product_one .txts_r .r_end .p {
    float: right;
    width: 65%;
    overflow: hidden;
    line-height: 30px;
}

.product_one .txts_r .r_end .tel {
    float: left;
    width: 35%;
    overflow: hidden;
    color: #000000;
    position: relative;
    line-height: 1.3;
}

.product_one .txts_r .r_end .tel:after {
    content: "";
    right: 0;
    top: 50%;
    height: 56px;
    margin-top: -28px;
    width: 1px;
    background: #dddddd;
    overflow: hidden;
    right: 10%;
    position: absolute;
}

.product_one .txts_r .r_end .tel a {
    color: #9e251a;
    overflow: hidden;
    margin-top: 5px;
    display: inline-block;
}

.product_one .txts_r .r_desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-top: 3%;
}

.product_one .txts_r .r_desc label {
    color: #000;
}

.product_title {
    height: 100px;
    line-height: 100px;
    background: #f8f8f8;
    overflow: hidden;
}

.product_title ul li {
    text-align: center;
    float: left;
    overflow: hidden;
    width: 25%;
    max-width: 170px;
    color: #666666;
    font-size: 18px;
    cursor: pointer;
}

.product_title ul li.on {
    color: #9e251a;
    font-weight: bold;
}

.product_title ul li:hover {
    color: #9e251a;
}

.product_two {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 3%;
    padding-bottom: 5%;
}

.product_two .cons_box {
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
}

.product_two img {
    max-width: 100%;
}

.product_t2 {
    overflow: hidden;
    border-top: 1px solid #dddddd;
    color: #000000;
    font-size: 16px;
    padding-top: 4%;
}

.product_t2 .about_t {
    float: left;
    margin-top: 0;
}

.product_t2 .about_t .h3 {
    float: left;
}

.product_t2 .about_t .h3 span {
    width: auto;
}

.product_t2 a {
    float: right;
    line-height: 38px;
    margin-top: 1%;
}

.product_ul2 {
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 5%;
}

.product_ul2 ul li {
    float: left;
    width: 23.5%;
    overflow: hidden;
    margin-bottom: 2%;
    margin-right: 2%;
}

.product_ul2 ul li:nth-child(4n+0) {
    margin-right: 0;
}

.product_ul2 ul li .imgs {
    border: 1px solid #dddddd;
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    padding-top: 99.78%;
}

.product_ul2 ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.product_ul2 ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul2 ul li .txts {
    background: #f8f8f8;
    overflow: hidden;
    padding: 20px;
    transition: all 0.3s;
}

.product_ul2 ul li .span {
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    font-size: 12px;
    transition: all 0.3s;
}

.product_ul2 ul li .h3 {
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.product_ul2 ul li .p {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
    font-size: 12px;
    margin-top: 6px;
    transition: all 0.3s;
}

.product_ul2 ul li:hover .txts {
    background: #9e251a;
}

.product_ul2 ul li:hover .h3 {
    color: #fff;
}

.product_ul2 ul li:hover .p {
    color: #fff;
}

.product_ul2 ul li:hover .span {
    color: #fff;
}

.product_ul3 {
    overflow: hidden;
}

.product_ul3 ul li {
    float: left;
    width: 49%;
    overflow: hidden;
    margin-bottom: 2%;
    margin-right: 2%;
}

.product_ul3 ul li:nth-child(2n+0) {
    margin-right: 0;
}

.product_ul3 ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 44.8%;
}

.product_ul3 ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.product_ul3 ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul3 ul li .txts {
    background: #f8f8f8;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    height: 110px;
    line-height: 110px;
}

.product_ul3 ul li .txts .h3 {
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.product_ul4 {
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.product_ul4 ul li {
    display: block;
    overflow: hidden;
    position: relative;
}

.product_ul4 ul li .imgs {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
    padding-top: 27.24%;
}

.product_ul4 ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.product_ul4 ul li:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.product_ul4 ul li .txts {
    overflow: hidden;
    position: absolute;
    top: 0;
    max-width: 624px;
    right: 0%;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.product_ul4 ul li .txts .cons {
    max-width: 488px;
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.product_ul4 ul li .txts .h3 {
    line-height: 1.3;
    font-weight: normal;
    overflow: hidden;
    color: #000000;
}

.product_ul4 ul li .txts .p {
    line-height: 30px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    margin-top: 4%;
}

.product_ul4 ul li:nth-child(2n+0) .imgs {
    float: right;
}

.product_ul4 ul li:nth-child(2n+0) .txts {
    left: 0;
    right: auto;
}

@media screen and (max-width: 1600px) {
    /*产品详细*/
    .product_one .txts_r .r_end .tel:after {
        right: 12%;
    }
}

@media screen and (max-width: 1440px) {
    /*产品详细*/
    .product_one .txts_r .r_end .tel:after {
        right: 15%;
    }
}

@media screen and (max-width: 1200px) {
    /*产品详细*/
    .product_one .txts_r .zhixun {
        margin-top: 30px;
    }
    .product_one .txts_r .online {
        margin-top: 30px;
    }
    .product_ul3 ul li .txts {
        height: 90px;
        line-height: 90px;
    }
    .product_ul3 ul li .txts .h3 {
        font-size: 15px;
    }
    .product_ul4 ul li .txts .p {
        line-height: 24px;
        font-size: 13px;
        margin-top: 3%;
    }
    .product_ul2 ul li {
        width: 32%;
    }
    .product_ul2 ul li:nth-child(4n+0) {
        margin-right: 2%;
    }
    .product_ul2 ul li:nth-child(3n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 960px) {
    /*产品详细*/
    .product_one .img_l {
        float: none;
        width: 100%;
        webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .product_one .txts_r {
        float: none;
        width: 100%;
        font-size: 13px;
        margin-top: 5%;
    }
    .product_one .txts_r .r_end {
        margin-top: 10%;
        font-size: 16px;
    }
    .product_one .txts_r .r_end .tel {
        font-size: 18px;
    }
    .product_one .txts_r .zhixun {
        margin-top: 6%;
        font-size: 14px;
        padding-left: 48px;
        padding-right: 32px;
        background-position: 25px center;
    }
    .product_one .txts_r .online {
        margin-top: 6%;
        font-size: 14px;
        padding-left: 48px;
        padding-right: 32px;
        background-position: 25px center;
    }
    .product_two {
        font-size: 15px;
        line-height: 26px;
    }
    .product_title {
        height: 80px;
        line-height: 80px;
    }
    .product_title ul li {
        font-size: 16px;
    }
    .product_ul4 ul li .imgs {
        float: none;
        width: 100%;
        padding-top: 54.5%;
    }
    .product_ul4 ul li .txts {
        position: static;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .product_ul4 ul li .txts .cons {
        max-width: none;
    }
    .product_ul4 ul li:nth-child(2n+0) .imgs {
        float: none;
    }
}

@media screen and (max-width: 780px) {
    /*产品详细*/
    .product_ul2 ul li {
        width: 49%;
    }
    .product_ul2 ul li:nth-child(3n+0) {
        margin-right: 2%;
    }
    .product_ul2 ul li:nth-child(2n+0) {
        margin-right: 0;
    }
    .product_t2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 640px) {
    /*产品详细*/
    .product_title {
        height: 60px;
        line-height: 60px;
    }
    .product_title ul li {
        font-size: 15px;
    }
    .product_two {
        font-size: 14px;
        line-height: 24px;
    }
    .product_ul3 ul li .txts {
        height: 60px;
        line-height: 60px;
    }
    .product_ul3 ul li .txts .h3 {
        font-size: 14px;
    }
    .product_ul4 ul li .txts .p {
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 480px) {
    /*产品详细*/
    .product_one {
        margin-bottom: 7%;
    }
    .product_one .txts_r .zhixun {
        margin-top: 20px;
        padding-left: 40px;
        padding-right: 20px;
        height: 36px;
        line-height: 32px;
        background-position: 18px center;
    }
    .product_one .txts_r .online {
        margin-top: 20px;
        padding-left: 40px;
        padding-right: 20px;
        height: 36px;
        line-height: 32px;
        background-position: 16px center;
    }
    .product_one .txts_r .ul li {
        line-height: 22px;
    }
    .product_one .txts_r .ul li:after {
        top: 6px;
    }
    .product_one .txts_r .h3 {
        font-size: 16px;
    }
    .product_one .txts_r .r_end .tel {
        float: none;
        width: 100%;
    }
    .product_one .txts_r .r_end .tel:after {
        display: none;
    }
    .product_one .txts_r .r_end .p {
        float: none;
        width: 100%;
    }
    .product_title {
        height: 50px;
        line-height: 50px;
    }
    .product_title ul li {
        font-size: 14px;
    }
    .product_two {
        font-size: 13px;
        line-height: 22px;
    }
    .product_two .cons_box {
        padding-left: 20px;
        padding-right: 20px;
    }
    .product_t2 {
        font-size: 14px;
    }
    .product_t2 a {
        margin-top: 2.5%;
    }
    .product_ul2 ul li .txts {
        padding: 10px;
    }
    .product_ul2 ul li .h3 {
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }
    .product_ul2 ul li .p {
        height: 26px;
        line-height: 26px;
    }
    .product_ul3 ul li .txts {
        height: 50px;
        line-height: 50px;
    }
    .product_ul3 ul li .txts .h3 {
        font-size: 13px;
    }
}

@media screen and (max-width: 420px) {
    /*产品详细*/
    .product_two {
        font-size: 12px;
        line-height: 20px;
    }
    .product_two .cons_box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .product_t2 {
        font-size: 13px;
    }
    .product_t2 a {
        margin-top: 3%;
    }
    .product_ul2 ul li .h3 {
        font-size: 15px;
    }
    .product_ul2 ul li .p {
        height: 24px;
        line-height: 24px;
    }
}

.yj {
    width: 1200px;
    margin: 30px auto;
}

.yj1 {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.yj1:nth-of-type(3n) {
    float: right;
    margin-right: 0px;
}

.yj1 p {
    margin: 0px !important;
    padding: 0px !important;
}

.yj1 p:nth-of-type(1) img {
    width: 100%;
}

.yj1 p:nth-of-type(2) {
    height: 45px;
    line-height: 45px;
    background: #eeeeee;
    text-align: center;
}


/*分页*/

.page-btn-box li a span {
    margin: 0px 15px;
}

.page-btn-box li a span {
    display: block;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
}

.page-btn-box li .active span {
    background: #9e251a;
    border: 1px solid #9e251a;
    color: #fff;
}

.page-btn-box li a:hover span {
    background: #f1f1f1;
}